home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / wptools1.zip / DEMO / MDI_PRJ / PRINPR.DFM / PRINPR.txt
Text File  |  1996-03-23  |  1KB  |  55 lines

  1. object PrintPreview: TPrintPreview
  2.   Left = 264
  3.   Top = 144
  4.   Width = 273
  5.   Height = 311
  6.   Caption = 'Print on Canvas Demo '
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = Resize
  15.   TextHeight = 16
  16.   object WPStatusBar1: TWPStatusBar
  17.     Top = 260
  18.     Width = 265
  19.     Height = 24
  20.     ShowSizer = False
  21.     ShowGauge = False
  22.     UseGaugeForWP = False
  23.     GaugeValue = 0
  24.     GaugeWidth = 4
  25.     Strings.Strings = (
  26.       '@150Line=0:0      '
  27.       '@200stStatus=100%'
  28.       '@150Next=Next           '
  29.       '@150End=End            ')
  30.     Align = alBottom
  31.     StringsAlign = alBottom
  32.     OnSelection = WPStatusBar1Selection
  33.     OnUpdate = WPStatusBar1Update
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 32
  37.     Top = 8
  38.     Width = 201
  39.     Height = 249
  40.     BorderStyle = bsSingle
  41.     Color = clWhite
  42.     TabOrder = 1
  43.     Visible = False
  44.     object PaintBox1: TPaintBox
  45.       Left = 24
  46.       Top = 16
  47.       Width = 161
  48.       Height = 217
  49.       Color = clWhite
  50.       ParentColor = False
  51.       OnPaint = PaintBox1Paint
  52.     end
  53.   end
  54. end
  55.